|
CATIA V5 Programmierung : CATIA VBA und Outlook
MarcL68 am 29.08.2013 um 13:07 Uhr (1)
Hallo,Wir haben CATIA VBA macro die als blockiert sind. Wir haben bemerkt das wenn wir Outlook schließen, geht die macro weiter.Eine von diese macro ist mit Excel verbunden aber die andere sind nur mit CATIA. Hat schon jemanden solche Problem gehabt und was gefunden?Vielen Dank------------------GrussMarc
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : CATIA VBA und Outlook
MarcL68 am 30.08.2013 um 09:15 Uhr (1)
Hallo Bernd,Es laufen in Outlook keine Makro (soweit ich es wusste); in alle Falls keine die eine Eingabe erwartet.Das Problem tritt für verschiedene Makros auf mit oder ohne externe Bibliotheken (eine mit Excel) aber nicht immer und nicht auf alle Workstations... ------------------GrussMarc
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : CATIA VBA und Outlook
MarcL68 am 02.09.2013 um 12:51 Uhr (1)
Hallo Maximilian,Die Makro hat keinen Bug, sie lauft einfach nicht weiter, es sind keine Funktion mehr möglich in CATIA bis man Outlook schlisst. ------------------GrussMarc
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Makro zum zählen von Bohrungen
MarcL68 am 14.04.2016 um 12:45 Uhr (1)
Hallo,Kann dir das helfen?Code:Sub CATMain()Set partDocument1 = CATIA.ActiveDocumentSet selection1 = partDocument1.Selectionselection1.Search "Name= Point*,all"oCount1 = selection1.Count2Set selection2 = partDocument1.Selectionselection2.Search "Name= Line*,all"oCount2 = selection2.Count2msgbox "Point:" & oCount1 & " Line:" & oCount2End Sub------------------GrussMarc
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Fehler beim Kompilieren
MarcL68 am 08.06.2016 um 13:02 Uhr (1)
Hallo,Probiere dass:1. Open a command prompt 2. CD to the unload directory of the version of CATIA you have (i.e. "cprogram filesDassault systemsB16intel_acodein") 3. Run the command "cnext-regserver" 4. In the task manager again, wait until the "cnext" process stops ------------------GrussMarc
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : CATIA / SAP Programmierung
MarcL68 am 30.10.2017 um 13:12 Uhr (1)
Hallo zusammen,Wir benützen seit einige Wochen CATIA mit SAP PLM / ECTR und ich möchte gerne wissen wie per Makro SAP anzugreifen.Könnte jemanden einige Beispiele oder Links posten wie Materialstammsätze anzeigen?Vielen Dank im Voraus.------------------GrussMarc
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : CATIA / SAP Programmierung
MarcL68 am 03.11.2017 um 20:23 Uhr (1)
Hallo Heiko,Ja, die Verbindung mit Sap habe ich herstellen koennen, die Variable "Session" ist aber lehr deswegend treht mein Fehler auf. Ici habe mit Sap programierung keine Erfahrung. Was meinst du mit Dynpro?------------------GrussMarc
|
In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Probleme bei der Erstellung eines AllCATParts
MarcL68 am 20.08.2018 um 09:16 Uhr (1)
Hallo,Hier ein Code ohne "CATIA.StartCommand" und "Senkey" die oft problematisch sind. https://ww3.cad.de/foren/ubb/Forum137/HTML/005584.shtml------------------GrussMarc
|
In das Form CATIA V5 Programmierung wechseln |